Uses of Class
negotiator.tournament.VariablesAndValues.AssignedParameterVariable

Packages that use AssignedParameterVariable
negotiator.protocol.alternatingoffers   
negotiator.tournament   
 

Uses of AssignedParameterVariable in negotiator.protocol.alternatingoffers
 

Method parameters in negotiator.protocol.alternatingoffers with type arguments of type AssignedParameterVariable
protected static void AlternatingOffersProtocol.allParameterCombis(Tournament tournament, java.util.ArrayList<AssignedParameterVariable> allparameters, java.util.ArrayList<AlternatingOffersProtocol> sessions, ProfileRepItem profileA, ProfileRepItem profileB, AgentRepItem agentA, AgentRepItem agentB, java.util.ArrayList<AssignedParamValue> chosenvalues)
          adds all permutations of all NegotiationSessions to the given sessions array.
 

Uses of AssignedParameterVariable in negotiator.tournament
 

Methods in negotiator.tournament that return types with arguments of type AssignedParameterVariable
 java.util.ArrayList<AssignedParameterVariable> Tournament.getParametersOfAgent(AgentRepItem agent, java.lang.String name)